home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch20 / readme.txt < prev   
Text File  |  1994-10-10  |  3KB  |  106 lines

  1. File and Directory Information for Chapter 20B 
  2. "Visualization of 3-D Medical Data"
  3.  
  4.  
  5. DATA Subdirectory
  6.  
  7.     CT.DAT,  a CAT scan data volume
  8.     MRI.DAT, a MRI scan data volume
  9.  
  10.  
  11. EXE Subdirectory
  12.  
  13.     ShrinkMR.exe,   MRI Data Reduction Program
  14.     ShrinkCT.exe    CT Data Reduction Program
  15.     Hist12.exe      12 bit Histogram generator
  16.     WinLev.exe      Simple Window and Level Processor
  17.     Display4.exe    Four Quadrant Display Program
  18.     Hist8.exe       8 bit Histogram Generator (with Mouse Support)
  19.     Display.exe     Main LUT loader and Display Program
  20.  
  21.     Blue.lut
  22.     Gray.lut
  23.     Green.lut
  24.     InvRamp.lut
  25.     Quad.lut
  26.     Random.lut
  27.     RandomC.lut
  28.     Red.lut
  29.     Segment1.lut
  30.     Segment2.lut
  31.     Sqrt.lut        Various LUT files used by Display.exe
  32.  
  33.     Bgi32.DLL       
  34.     MetWnd08.DLL
  35.     32RTM.exe
  36.     Bgin__01.fnt
  37.     dpmi32vm.ovl    Files needed at Runtime for execution 
  38.  
  39.  
  40. Source Subdirectory
  41.  
  42.     ShrinkMR.c,     MRI Data Reduction Program C source
  43.     ShrinkCT.c      CT Data Reduction Program C source
  44.     Hist12.c        12 bit Histogram generator C source
  45.     WinLev.c        Simple Window and Level Processor C source
  46.     Display4.c      Four Quadrant Display Program C source
  47.     Hist8.c         8 bit Histogram Generator (with Mouse Support) C source
  48.     Display.c       Main LUT loader and Display Program C source
  49.  
  50.  
  51. Further descriptions of these programs and files can be found in the text 
  52. of the chapter.
  53.  
  54.  
  55. Example command line operation:
  56.  
  57. Suppose that your CD-ROM drive is E, if your CD-ROM is mapped to another 
  58. drive letter, substitute that letter in all of the commands hereafter.
  59.  
  60. Example (1) 
  61. Use the ShrinkMR program to reduce the size of the MRI volume.
  62.  
  63. A.  Make a directory on your hard disk for the resulting shrunk volume.
  64.     md C:\pgu\ch20\data
  65.  
  66.     Note:  the name of the hard disk directory is arbitrary.
  67.  
  68. B.  Switch the current directory to the executable directory on the CD:
  69.     cd E:\ch20\exe  
  70.  
  71. C.  Run the program with the command line:
  72.     ShrinkMR E:\ch20\data\MRI.DAT c:\pgu\ch20\data\MRI2.DAT
  73.         
  74.     Note:  this command uses the default name for shrunken volume. 
  75.  
  76.  
  77.  
  78. Example (2) 
  79. Use the Display program to visualize the shrunk and window and leveled
  80. CT volume as described in the chapter.
  81.  
  82. A.  Switch the current directory to the executable directory on the CD:
  83.     cd E:\ch20\exe
  84.  
  85. B.  Run the program with the command line:
  86.     Display C:\pgu\ch20\data\CT3.DAT 256 gray.lut
  87.  
  88.     Note:  this assumes you have created the CT3.DAT volume using the 
  89.     ShrinkCT and WinLev programs as described in the chapter.
  90.  
  91.  
  92.  
  93. Example (3) 
  94. Use the Hist8 program to show the Histogram of the 8 bit MRI volume.
  95.  
  96. A.  Switch the current directory to the executable directory on the CD:
  97.     cd E:\ch20\exe
  98.     
  99. B.  Run the program with the command line:
  100.     Hist8 C:\pgu\ch20\data\MRI3.DAT
  101.  
  102.     Note:  this assumes you have created the MRI3.DAT volume using the 
  103.     ShrinkCT and WinLev programs as described in the chapter.
  104.  
  105.  
  106.